Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Boxes


Q3Box_SetData

You can use the Q3Box_SetData function to set the data that defines a box and its attributes.

TQ3Status Q3Box_SetData (
TQ3GeometryObject box, 
const TQ3BoxData *boxData);
box
A box.
boxData
A pointer to a TQ3BoxData structure.
DESCRIPTION
The Q3Box_SetData function sets the data associated with the box specified by the box parameter to the data specified by the boxData parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996